projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35ee4c
)
(ignore): Put doc string in right place.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 01:06:27 +0000
(
01:06
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Jul 1994 01:06:27 +0000
(
01:06
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 9df68710c2c2e2976c49f3d2ce2aedbc5b90027d..e1585f9dd71537465b9fd919e8eb9cda999ed9f0 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-681,10
+681,10
@@
If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
\f
;;;; Miscellanea.
-(defun ignore (&rest ignore)
+(defun ignore (&rest ignore)
+ "Do nothing and return nil.
+This function accepts any number of arguments, but ignores them."
(interactive)
- "Do nothing.
-Accept any number of arguments, but ignore them."
nil)
(defun error (&rest args)